The SAS System. " />
SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 52737: SAS® Stored Process Server does not initialize the TITLE statement to a null value

DetailsAboutRate It

In SAS® 9.3 and earlier releases, the TITLE statement is set initially to a null value. However, when you run a SAS® Stored Process using SAS® 9.4 Stored Process Server, the TITLE statement is initially set to The SAS System.

For example, if you run the following SAS Stored Process code, the report title is The SAS System:

%stpbegin; proc print data=sashelp.class; run; %stpend;

You can set the TITLE statement initially to a null value for all requests by following these steps:

  1. Create a Request Initialization program for the stored–process server. Add the following code to the Request Initialization program:
    title;
  2. Stop and restart your object spawner.

For more information about creating a "Request Initialization" program, see SAS Note 39250, "SAS® 9.2 Stored Process Server enhancements: Request Init and Term programs, Session Init and Term programs."



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemSAS Integration Technologiesz/OS9.4 TS1M09.4 TS1M2
Microsoft® Windows® for x649.4 TS1M09.4 TS1M2
Microsoft Windows 8 Enterprise x649.4 TS1M09.4 TS1M2
Microsoft Windows 8 Pro x649.4 TS1M09.4 TS1M2
Microsoft Windows 8.1 Enterprise 32-bit9.4 TS1M09.4 TS1M2
Microsoft Windows 8.1 Enterprise x649.4 TS1M09.4 TS1M2
Microsoft Windows 8.1 Pro9.4 TS1M09.4 TS1M2
Microsoft Windows 8.1 Pro 32-bit9.4 TS1M09.4 TS1M2
Microsoft Windows Server 2008 R29.4 TS1M09.4 TS1M2
Microsoft Windows Server 2008 for x649.4 TS1M09.4 TS1M2
Microsoft Windows Server 2012 Datacenter9.4 TS1M09.4 TS1M2
Microsoft Windows Server 2012 R2 Datacenter9.4 TS1M09.4 TS1M2
Microsoft Windows Server 2012 R2 Std9.4 TS1M09.4 TS1M2
Microsoft Windows Server 2012 Std9.4 TS1M09.4 TS1M2
Windows 7 Enterprise x649.4 TS1M09.4 TS1M2
Windows 7 Professional x649.4 TS1M09.4 TS1M2
64-bit Enabled AIX9.4 TS1M09.4 TS1M2
64-bit Enabled Solaris9.4 TS1M09.4 TS1M2
HP-UX IPF9.4 TS1M09.4 TS1M2
Linux for x649.4 TS1M09.4 TS1M2
Solaris for x649.4 TS1M09.4 TS1M2
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.